From 7fae73c67e5254f3acf1e0b1d096f861ea50be54 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Thu, 22 Dec 2005 15:50:06 +0100 Subject: [PATCH] Remove xen specific bug() implementation -- the regular one works just fine. From: "Jan Beulich" Signed-off-by: Christian Limpach --- .../include/asm-xen/asm-i386/bug.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 linux-2.6-xen-sparse/include/asm-xen/asm-i386/bug.h diff --git a/linux-2.6-xen-sparse/include/asm-xen/asm-i386/bug.h b/linux-2.6-xen-sparse/include/asm-xen/asm-i386/bug.h deleted file mode 100644 index db60354ff8..0000000000 --- a/linux-2.6-xen-sparse/include/asm-xen/asm-i386/bug.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _I386_BUG_H -#define _I386_BUG_H - -#include - -#define BUG() do { \ - printk("kernel BUG at %s:%d (%s)!\n", \ - __FILE__, __LINE__, __FUNCTION__); \ - dump_stack(); \ - panic("BUG!"); \ -} while (0) -#define HAVE_ARCH_BUG - -#include - -#endif -- 2.30.2